public class ConfigClient
extends Client
- Author:
- Endi S. Dewata
-
Field Summary
Fields
static final org.slf4j.Logger
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class com.netscape.certsrv.client.Client
delete, delete, get, get, get, getCollection, getName, getSubsystem, getTargetPath, patch, post, post, post, post, put, target
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SUCCESS
public static final String SUCCESS
- See Also:
-
-
FAILURE
public static final String FAILURE
- See Also:
-
-
AUTH_FAILURE
public static final String AUTH_FAILURE
- See Also:
-
-
logger
public static final org.slf4j.Logger logger
-
-